body{
    background-color: #262626;
    padding: 0;
    margin: 0;
    height:100%;
    display: flex;
    flex-direction: column;
    /* background-image: url(../../images/backgrounds/office.png); */
}
html{
    height:100%;
}
.Required{
    color: red;
}
@font-face {
  font-family: Montserrat;
  src: url(../../UI/Fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
  /* font-weight: bold; */
}
@font-face {
  font-family: Open_Sans;
  src: url(../../UI/Fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf);
  /* font-weight: bold; */
}